home *** CD-ROM | disk | FTP | other *** search
- { QuickReport mailing labels form }
-
- unit qrlabels;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- Qrctrls, quickrpt, DB, DBTables, ExtCtrls;
-
- type
- TQRLabelsForm = class(TQuickRep)
- MasterTable: TTable;
- DetailBand1: TQRBand;
- QRLabel2: TQRLabel;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- QRLabelsForm: TQRLabelsForm;
-
- implementation
-
- {$R *.DFM}
-
- end.
-